home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
OS2
/
RB3774.ARJ
/
DMPHONE.H
< prev
next >
Wrap
Text File
|
1992-06-28
|
1KB
|
39 lines
/*********** DMPHONE C Sample Program Include file (.H) *************************/
/* */
/* The DMPHONE include file defines symbolic constants used */
/* in the DMPHONE.C and .RC files. */
/* DMPHONE local procedure declarations may appear in this file to */
/* ensure have been declared before being used. */
/* */
/******************************************************************************/
#pragma linkage (main,optlink)
INT main(VOID);
#define MSGBOXID 1001
#define ID_WINDOW 256
#define ID_MYPOINTER 301
#define ID_POPUPMENU 302
#define RESID_MENU 303
#define ID_NAME 304
#define ID_ADDRESS 305
#define ID_PHONE 306
#define ID_PHONEICON 307
#define ID_OPTIONS 257
#define ID_OPTION1 258
#define ID_OPTION2 259
#define ID_OPTION3 260
#define ID_EXITPROG 261
#define IDS_DMPHONE 262
#define IDS_1 263
#define IDS_2 264
#define IDS_3 265
#define UM_REFRESH 10